projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df86e57
)
(xscrollbar): Fix typo specifying doc string.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 25 Jul 1993 03:15:25 +0000
(
03:15
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 25 Jul 1993 03:15:25 +0000
(
03:15
+0000)
src/.gdbinit
patch
|
blob
|
history
diff --git
a/src/.gdbinit
b/src/.gdbinit
index 2fa6260e0a36931fbe791116593c119eaee021b0..3c16458121221af9055ab8fd01d0d91f9ceb451b 100644
(file)
--- a/
src/.gdbinit
+++ b/
src/.gdbinit
@@
-158,7
+158,7
@@
print (struct scrollbar *) (($ & 0x00ffffff) | $data_seg_bits)
output *$
echo \n
end
-document xs
ub
r
+document xs
crollba
r
Print $ as a scrollbar pointer.
end